Skip to content

Add weather to the wiki#13

Open
MEEPofFaith wants to merge 4 commits intoMindustryGame:masterfrom
MEEPofFaith:weather-cool
Open

Add weather to the wiki#13
MEEPofFaith wants to merge 4 commits intoMindustryGame:masterfrom
MEEPofFaith:weather-cool

Conversation

@MEEPofFaith
Copy link

#10

(Probably kinda looks weird, considering that weather doesn't have icons)

"produced", links(Vars.content.blocks().select(b -> b.minfo.mod == null && ((drillable && b instanceof Drill d && d.tier >= item.hardness) || (b instanceof GenericCrafter g && g.outputItem != null && g.outputItem.item == item)))),
"used", links(Vars.content.blocks().select(b -> b.minfo.mod == null && b.requirements != null && Structs.contains(b.requirements, i -> i.item == item))),
"crafting", links(Vars.content.blocks().select(b -> b.minfo.mod == null && b.consumes.all() != null && Structs.contains(b.consumes.all(), c -> (c instanceof ConsumeItemFilter i && i.filter.get(item))
|| (c instanceof ConsumeItems h && Structs.contains(h.items, s -> s.item == item)))))
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should I ask why there was a million spaces here?

@MEEPofFaith MEEPofFaith marked this pull request as draft March 17, 2022 17:44
@MEEPofFaith MEEPofFaith marked this pull request as ready for review March 17, 2022 18:11
@MEEPofFaith
Copy link
Author

btw how do I test my changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant